home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 19 / Night Owl (The Best of Shareware)(NOPV 19)(1996).ISO / 039a / fasti13g.zip / FASTI.DOC < prev    next >
Text File  |  1994-02-16  |  4KB  |  107 lines

  1.  
  2.         FAST INFLATE v1.3
  3.         Written by Brad Bahr 1994
  4.         
  5.         Internet e-mail address: brad.bahr@corpsoft.com
  6.         
  7.        
  8.         Distributed as FREEWARE
  9.  
  10.  
  11.         You may use this program as long as you like, providing it is
  12.         not modified and then distributed in any way. Please feel free
  13.         to share this program with your friends and upload to your
  14.         favorite BBS's.
  15.  
  16.         By using this program the user agrees to the following terms:
  17.         
  18.         The author of this program will not in any way be liable for
  19.         any damages caused by the use or misuse of this program.
  20.         This program is being provided as is with no warranty being
  21.         either expressed or implied. Use at your own risk.
  22.  
  23.  
  24.         Requires PkUnzip.exe & scan.exe
  25.         Put these programs in a directory listed in your path.                    
  26.  
  27.         Program Description:
  28.  
  29.         Fast Inflate is to be used to automatically Unzip all files with
  30.         the extension ZIP in the current directory. The contents of each
  31.         zip file will be put into it's own subdirectory.
  32.  
  33.         How the program works:
  34.         1. The program will look for all filenames with the extension .ZIP
  35.            in the current directory.
  36.  
  37.         2. When the first file is found, it's name will be read and stored
  38.            in a search record. A subdirectory will be created with the same
  39.            name as the zip file.
  40.  
  41.         3. The contents of the zip file will be uncompressed into this
  42.            subdirectory.
  43.  
  44.         4. The program will then look for the next zip file and so on.
  45.  
  46.         5. If you also want to scan the executable files contained in the 
  47.            zip files, just type [ fasti scan ] or [ fasti s ]
  48.            When all the files are unzipped, scan.exe will scan all the files
  49.            in all the new directories created by fasti.
  50.  
  51.         Press the escape key at any time to cancel and return to dos. 
  52.         When the program executes Pkunzip, it uses only the -n and -d
  53.         paramaters.
  54.         -n extracts only newer files. This way if you are in a directory
  55.         that you ran the program in before, it will just skip the files 
  56.         that have already been extracted into a subdirectory.
  57.         -d restores the directory structure if any, that is storred in the
  58.         zip file.   
  59.         
  60.  
  61.         Feel free to rename the program to something easier to type.
  62.         I use I.exe 
  63.         
  64.         Who needs it?
  65.         Anyone who calls BBS's
  66.         As soon as I exit my comm program I usually go to my download
  67.         directory and take a look at all the zip files I just downloaded.
  68.         Fast Inflate makes it simple to try out your new programs.
  69.         Just go to your download directory and type fasti to run the program.
  70.         All the programs will now be uncompressed into their own subdirectory
  71.         for you to look at or try out. If you decide to keep the programs
  72.         you can move them somewhere else or delete them if you don't like
  73.         them. After checking out new programs I usually move all the new zips
  74.         to my upload directory and leave my download directory empty for the
  75.         next time I call a BBS.
  76.  
  77.         This program can also be used in a batch file so everything runs
  78.         automatically. Maybe something like this.
  79.  
  80.         @echo off
  81.         cd\qmodem
  82.         qmodem
  83.         cd\qmodem\downloads
  84.         fasti
  85.         copy *.zip c:\qmodem\uploads
  86.         del *.zip
  87.  
  88.         
  89.         If you are using a dos shell, make sure you have enough memory to run
  90.         the scan program.       
  91.  
  92.         Try it out for yourself, I think you'll like how much easier it makes
  93.         BBSing.
  94.         
  95.         This program is freeware for those who don't have any extra money for
  96.         registrations. Use the program as long as you like. If you are able to
  97.         make a small donation towards the development of more programs, please
  98.         see the mail.me file. If you have already made a donation for a
  99.         previous version of this program, it is not necessary to donate again.
  100.         Thank you.
  101.  
  102.         Some names mentioned may be trademarks of their respective 
  103.         copyright holders.
  104.  
  105.  
  106.         BHB
  107.